Microsoft Windows Graphic

To create a new user account

Using the Windows interface

  1. Open Active Directory Users and Computers.
  2. In the console tree, right-click the folder in which you want to add a user account.
  3. Point to New, and then click User.
  4. In First name, type the user's first name.
  5. In Initials, type the user's initials.
  6. In Last name, type the user's last name.
  7. Modify Full name to add initials or reverse order of first and last names.
  8. In User logon name, type the user logon name, click the UPN suffix in the drop-down list, and then click Next.

    If the user will use a different name to log on to computers running Windows 95, Windows 98, or Windows NT, then you can change the user logon name as it appears in User logon name (pre-Windows 2000) to the different name.

  9. In Password and Confirm password, type the user's password, and then select the appropriate password options.

Notes

Using a command line

  1. Open Command Prompt.
  2. Type:

    dsadd user UserDN [-samid SAMName] -pwd {Password|*}

Value Description
UserDN Specifies the distinguished name of the user object to be added.
SAMName Specifies the Security Accounts Manager (SAM) name as the unique SAM account name for this user (for example, Linda). If not specified, dsadd will attempt to create the SAM account name using up to the first 20 characters from the common name (CN) value of UserDN.
Pwd Specifies the password to be used for the user account. If set to *, you are prompted for a user password.

Notes

Related Topics